home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine CD 1995 / Archive Magazine CD 1995.iso / discs / utilities / utility_01 / vidc / A400_3000 / Info / Boot-Info
Encoding:
Text File  |  1988-05-17  |  7.8 KB  |  165 lines

  1. The contents of this directory are designed to help explain the ins and outs
  2. of Boot files. Some files may be mentioned and not supplied. This is correct
  3. since we are only trying to provide an explanation of the Boot sequence 
  4. rather than supply a complete set of applications.
  5.  
  6.  
  7. Incorperating the VIDC Enhancer into your !Boot sequence
  8. ========================================================
  9.  
  10. The Archimedes computer is capable of operating a variaty of Boot sequences.
  11. These notes are intended to assist you in incorperating the software within
  12. either your existing sequence or in creating a !Boot sequence that allows
  13. your desktop to start in Mode 102.
  14.  
  15. Inside the application !Taxan you will find a directory called modes, this
  16. contains the mode modules that contain the information that provides the
  17. different screen modes. To allow the Archimedes to start up in a particular
  18. screen mode, other than a standered mode, one of these modules must be
  19. "RMloaded" before the Desktop is entered.
  20.  
  21. In this sub-directory you will find a !Boot sequence that will function with
  22. an ADFS hard disc based system assuming that the Harddisc is called
  23. "Harddisc4". An explanation of these files will allow the end user to either
  24. use this !Boot sequence or to modify it to function with your existing
  25. filing system (ADFS or SCSI).
  26.  
  27. Inside the !Boot directory there are three files. !Deskstart, !Run and
  28. !Sprites. The !Sprites file contains the !Boot sprite, as long as the sprite
  29. is always called !Boot it may be modified to be any sprite that you would
  30. like to be displayed for the !Boot directory. The !Run file is read by the
  31. operating system when the hard disc is mounted and an expanation of the line
  32. commands is given below.
  33.                                                                 
  34. !Run
  35. ====
  36.  
  37. |Taxan Multivision !Run file                  : This comment line identifies
  38.                                               : this file 
  39. IconSprites <Obey$Dir>.!Sprites               : This line lets RISC OS know 
  40.                                               : where the sprite for the
  41.                                               : !Boot application may be
  42.                                               : found 
  43. Rmload adfs::HardDisc4.$.!Taxan.modes.Taxan795: This line loads the mode 
  44.                                               : module, it assumes that
  45.                                               : the !Taxan application is 
  46.                                               : in the root of the Hard
  47.                                               : disc (This line will be run 
  48.                                               : before the Archimedes 
  49.                                               : enters the Desktop)
  50. Desktop -file <Obey$Dir>.!DeskStart           : This line is used to 
  51.                                               : "Chain" the file called 
  52.                                               : !Deskstart contained 
  53.                                               : within the !Boot application
  54.                                                                         
  55.  
  56. !Deskstart
  57. ==========
  58.  
  59. |Taxan Multivision !Deskstart file            : This comment line identifies
  60.                                               : this file
  61. Run adfs::HardDisc4.$.!System                 : This line run's the !System
  62.                                               : application which 
  63.                                               : should be found in the root
  64.                                               : of the hard disc
  65. Run adfs::HardDisc4.$.!Fonts                  : This line run's the !Fonts
  66.                                               : application which 
  67.                                               : should be found in the root
  68.                                               : of the hard disc   
  69. Run adfs::HardDisc4.$.!Taxan                  : This line run's the !Taxan
  70.                                               : application which 
  71.                                               : should be found in the root
  72.                                               : of the hard disc
  73.  
  74.                     
  75. Different filing systems and positions of files on the Harddisc
  76. ===============================================================
  77.  
  78. The position of the files named in the !Run and !Deskstart files should be
  79. noted carefully. If any particular application is not positioned in the
  80. correct part of your hard disk then the !Boot application will not work
  81. correctly and any of the lines may require changing. For example if the
  82. !System application is not in the root of the hard disc but in a
  83. sub-directory called Martin (it's full name would be
  84. ADFS::Harddisc4.$.Martin.!System) then the the 2nd line of the !Deskstart
  85. file will need to be changed to read :-
  86.  
  87. Run adfs::HardDisc4.$.Martin.!System
  88.  
  89. If you are using a SCSI Harddisc then all the references to ADFS in both the
  90. !Run and !Deskstart files will need to be changed.
  91.  
  92. Run adfs::HardDisc4.$.!System
  93.  
  94. need's to be changed to :-
  95.  
  96. Run SCSI::HardDisc4.$.!System
  97.  
  98.  
  99.  
  100. Starting other files
  101. ====================
  102.  
  103. If you wish to start the Desktop with the !Edit application loaded on to the
  104. icon bar then the following line would be added to the !Deskstart file.
  105.  
  106. Run adfs::HardDisc4.$.!Edit
  107.  
  108. This also assumes that the !Edit application is in the root of the harddisc,
  109. if the application is positioned elswhere on the harddisc then the line
  110. needs to be changed to point to the application.
  111.  
  112.  
  113. Configuring the Archimedes to Boot
  114. ==================================
  115.                 
  116. To force the Archimedes to boot from the harddisc and run your version of
  117. the Boot application that you should copy onto the root of the Harddisc you
  118. should enter the following at the "*" prompt followed by a <CTRL>-<Break>
  119.  
  120. *Con. Boot <Return>          : Tells the machine that you wish to use the 
  121.                              : file called !Boot on the harddisc
  122. *Con. Drive 4 <Return>       : Tells the machine that you wish to use the 
  123.                              : !boot file on Drive 4
  124. *Con. Mon. 1 <Return>        : Tells the machine that it has a multisync
  125.                              : monitor attached to it
  126. *Con. Wimpmode 102 <Return>  : Tells the machine that you wish to start 
  127.                              : the Desktop in mode 102   
  128. *mount 4 <Return>            : Selects Drive 4 
  129. *opt 4,2 <Return>            : Tells the harddisc that you wish to run 
  130.                              : the !Boot application
  131. <CTRL>-<Break>               : Saves the information in the Cmos ram of 
  132.                              : your machine and re-boots your machine
  133.  
  134.  
  135. Existing harddisc boot files
  136. ============================
  137.  
  138. If you already have a !Boot application on your harddisc then with close
  139. examination you should be able to find the correct point at which to add 
  140. the lines that load the Taxan modules and run the !Taxan application.
  141.  
  142. Booting from a floppy disk
  143. ==========================
  144.  
  145. To Boot the software from the floppy disk simply enter the following
  146. commands from the "*" prompt and use the !Boot application supplied 
  147. on the release disk.
  148.                                            
  149. Copy your !System appliction onto the release disc that came with your VIDC
  150. Enhancer.
  151.  
  152. *Con. Boot <Return>          : Tells the machine that you wish to use 
  153.                              : the file called !Boot on the harddisc
  154. *Con. Drive 0 <Return>       : Tells the machine that you wish to use 
  155.                              : the !boot file on Drive 0
  156. *Con. Mon. 1 <Return>        : Tells the machine that it has a  
  157.                              : multisync monitor attached to it
  158. *Con. Wimpmode 102 <Return>  : Tells the machine that you wish to  
  159.                              : start the Desktop in mode 102   
  160.  
  161. Place your release disk in the floppy drive
  162.  
  163. <CTRL>-<Break>               : Saves the information in the Cmos ram 
  164.                              : of your machine and re-boots your machine
  165.